|
lteiot19 2.2.0
|
This file contains API for LTE IoT 19 Click Driver. More...
#include "drv_digital_out.h"#include "drv_digital_in.h"#include "drv_uart.h"Go to the source code of this file.
Data Structures | |
| struct | lteiot19_t |
| LTE IoT 19 Click context object. More... | |
| struct | lteiot19_cfg_t |
| LTE IoT 19 Click configuration object. More... | |
Enumerations | |
| enum | lteiot19_return_value_t { LTEIOT19_OK = 0 , LTEIOT19_ERROR = -1 , LTEIOT19_ERROR_TIMEOUT = -2 , LTEIOT19_ERROR_CMD = -3 } |
| LTE IoT 19 Click return value data. More... | |
Functions | |
| void | lteiot19_cfg_setup (lteiot19_cfg_t *cfg) |
| LTE IoT 19 configuration object setup function. | |
| err_t | lteiot19_init (lteiot19_t *ctx, lteiot19_cfg_t *cfg) |
| LTE IoT 19 initialization function. | |
| err_t | lteiot19_generic_write (lteiot19_t *ctx, uint8_t *data_in, uint16_t len) |
| LTE IoT 19 data writing function. | |
| err_t | lteiot19_generic_read (lteiot19_t *ctx, uint8_t *data_out, uint16_t len) |
| LTE IoT 19 data reading function. | |
| void | lteiot19_set_wup_pin (lteiot19_t *ctx, uint8_t state) |
| LTE IoT 19 set WUP pin function. | |
| void | lteiot19_set_rst_pin (lteiot19_t *ctx, uint8_t state) |
| LTE IoT 19 set RST pin function. | |
| void | lteiot19_set_rts_pin (lteiot19_t *ctx, uint8_t state) |
| LTE IoT 19 set RTS pin function. | |
| uint8_t | lteiot19_get_ring_pin (lteiot19_t *ctx) |
| LTE IoT 19 get RING pin function. | |
| uint8_t | lteiot19_get_rts_pin (lteiot19_t *ctx) |
| LTE IoT 19 get CTS pin function. | |
| void | lteiot19_set_power_state (lteiot19_t *ctx, uint8_t state) |
| LTE IoT 19 set power state function. | |
| void | lteiot19_cmd_run (lteiot19_t *ctx, uint8_t *cmd) |
| LTE IoT 19 cmd run function. | |
| void | lteiot19_cmd_set (lteiot19_t *ctx, uint8_t *cmd, uint8_t *value) |
| LTE IoT 19 cmd set function. | |
| void | lteiot19_cmd_get (lteiot19_t *ctx, uint8_t *cmd) |
| LTE IoT 19 cmd get function. | |
| void | lteiot19_cmd_help (lteiot19_t *ctx, uint8_t *cmd) |
| LTE IoT 19 cmd help function. | |
| void | lteiot19_set_sim_apn (lteiot19_t *ctx, uint8_t *sim_apn) |
| LTE IoT 19 set sim card APN function. | |
| void | lteiot19_send_sms_text (lteiot19_t *ctx, uint8_t *phone_number, uint8_t *sms_text) |
| LTE IoT 19 send SMS in text mode function. | |
| err_t | lteiot19_send_sms_pdu (lteiot19_t *ctx, uint8_t *service_center_number, uint8_t *phone_number, uint8_t *sms_text) |
| LTE IoT 19 send SMS in PDU mode function. | |
This file contains API for LTE IoT 19 Click Driver.